type crypto/elliptic.p521Curve
8 uses
crypto/elliptic (current package)
p521.go#L23: type p521Curve struct {
p521.go#L27: var p521 p521Curve
p521.go#L53: func (curve p521Curve) Params() *CurveParams {
p521.go#L57: func (curve p521Curve) IsOnCurve(x, y *big.Int) bool {
p521.go#L118: func (p521Curve) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) {
p521.go#L130: func (p521Curve) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
p521.go#L138: func (p521Curve) ScalarMult(Bx, By *big.Int, scalar []byte) (*big.Int, *big.Int) {
p521.go#L146: func (p521Curve) ScalarBaseMult(scalar []byte) (*big.Int, *big.Int) {